This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
You are probably using an integer as your counter?
integers have a max value of something like 32767 and a lower limit of -32768. Check to see if the count overflows with the same number every time. I bet it does.
try using a long
Feedback response number CTYR8VHJF8 created by ~Mark Bubnitexader on 06/22/2012
Overflow error at counting docs (~Arnold Cisaly 22.Jun.12) . . You are probably using an integer a... (~Fritz Ekfoober... 22.Jun.12) . . . . It Worked! (~Arnold Cisaly 22.Jun.12)